AbsoluteYearlyRecurrencePattern Constructor (Month, Int32) |
Initializes a new instance of the AbsoluteYearlyRecurrencePattern class with specified values.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic AbsoluteYearlyRecurrencePattern(
Month month,
int dayOfMonth
)
Public Sub New (
month As Month,
dayOfMonth As Integer
)
Parameters
- month
- Type: Independentsoft.ExchangeMonth
Month. - dayOfMonth
- Type: SystemInt32
Day of month. An integer value with values 1 through 31 being valid.
See Also